Effective address

I’m confused on what the effective address is. Is it the address where we put the result of our operation? I’m not seeing why we have the equation for it.

effective address = the memory address of every memory access (instruction fetch, load, store).
Its value is computed by RS1+Imm in load and store instructions.