agreed...
Out of the box, you're not going to see any improvements directly because of OpenCL (unless Apple has written some of the OS to make use of it.)
You'll have to wait for developers to change their code to make use of it. Now.... MOST code won't really get any benefit. The programs that will are ones that do a lot of processing that can be done in parallel (ie: the job can be broken up into a bunch of small tasks that can be run at the same time, and aren't dependant upon each other either for data or results.) Ray tracing is an excellent example of this... Video processing (where multiple frames can be processed independant of each other), etc. Basically, email, finder, other stuff like that isn't going to see any sort of improvement from OpenCL.
Still, I'm looking forward to it coming out so I can get my hands dirty with it and try some things out.