I think it's because defaulting to exclusive access saves windows internals a lot of headaches.  There are many things you don't have to keep track of per process or per environment.

I think linux / unix doesn't use the same locking mechanics because they are built from the ground up as a multi-user system - which would expect the possibility of multiple users using the same file, maybe even for different purposes.