For instance, copying a configuration section from a web page and then pasting it into a .conf file that you have open in vi.
Or if you use the system register, you can paste without being in insert mode:
"*p
This will paste the system's clipboard at the point of the cursor. No insert mode needed.