RAID1 can be just as fast as RAID0 as for reading, because it could read in the very same way as RAID0's do. Better yet, since all disks contain all data, there is no requirement anymore to read from a specific disk; as both disks contain the same data striping can be done more efficiently.
So, RAID1 should be faster than RAID0 for random read, and at least the same as for sequential read. Unfortunately, only UNIX RAID drivers like geom_mirror implement things like load balancing and round robin algoritms on the RAID1 layer.
Even Areca hardware RAID doesn't profit alot from RAID1. And all onboard-RAID do not employ any optimizations for RAID1, causing it to slowdown to the speed of a single disk. Perhaps Intel ICHxR drivers will be a little better, but i doubt they can profit from RAID1 potential as the GEOM storage layer does in the FreeBSD operating system.
So short answer: no, Windows does not offer any advanced storage technology, like Linux/BSD do.