They are used as stack management registers, and should not be used for any other purpose.
rsp is the address of the top of the stack (points to the last value pushed onto the stack).
rbp is a frame pointer, it points to the bottom of the stack frame of the function which is currently executing.