Yes, I noticed the same thing. It also happens with Windows XP.
Basically it seems that Windows has a "fast-allocation" policy regarding to swapping: keep a lot of memory free so it is available when needed. This, on computer where memory is a limitation, is a strategy with some sense. Loading large programs would result in some swapping anyways, so the system does that in advance.
Of course, on systems with a lot of memory this does not make any sense. On one of my computers I have XP with 3 GB of RAM. The computer is way faster if I just turn off the page file!
Also this strategy has a consequence on "shell load" time: by shell load I mean whatever happens between when you log in and when you are actually able to use the computer. Swapping is taking place at the same time that a lot of resident tray icon programs are being loaded, resulting in a very inefficient use of the disk.
On other computers I have Linux installed, which has a different policy: never use swap unless there is no more memory. Since Linux is generally pretty small in memory consumption (the application are the real hogs), this is a good strategy, which results in faster "shell load" time. If you have enough memory, the swap file is basically turned off until it's needed.