I hang around here for the same reason I hanged around various forums/newsgroups in the past - to keep the skills and knowledge in various areas that aren't directly engaged at my daily work refreshed, and to learn new stuff as I look up the documentation to answer or clarify questions.
Even when answering relatively trivial questions, I try to look up references to primary sources (C++ spec, C# language spec, MSDN, XSLT and XPath W3C recommendations, and so on) - do this for some time, and I start memorizing those things. And that helps later on when I actually need something out of that - "oh, I've seen that before... not sure what it was exactly, but I remember where I had to go to look it up!". Or maybe even remembering directly just how you solve this.
As for reputation - it's pointless anyway since no-one can overtake Jon, and then what's the point? :) But some free perks you get for high rep from third parties are pretty nice, so I feel that getting it was worthwhile for that reason alone.
Oh yes, one other thing. One particular way of using SO is trying to reply to questions in areas you aren't familiar with. On one hand, you can (and occasionally will) get downvoted when you get something really wrong. On the other hand, correctly replying to such questions effectively requires you to learn something really new in short amounts of time - and that is a useful skill in and of itself. As a simple example - when I wenht to answer the first question on Clojure, the only thing I knew about it initially was that it's "some kind of Lisp for JVM". It took about 20 minutes to quickly go through things that were relevant to the question (and find out some interesting things as an aside, such as lack of implicit tail recursion), and 10 more minutes to experiment and produce an answer - a pretty good practice for quick learning skills.