The + sign is another way to encode spaces in urls. It is normally used in query strings - you can see this by typing a few words into google and seeing the url it creates for the results page.

If a + sign is actually needed in a url it can be, but must be encoded, as %2B.