You see that bottom line in your CrystalDiskMark scores? That's why there isn't much speed difference. The bottleneck in most PC operations is small file (4k) read/writes. And booting the computer is mostly going to be constrained by the 4k read speeds. The 960 and 850 are virtually identical at 4k reads. The 960 and your RAID 0 gets you a slight advantage due to queuing, but it only makes a small difference.
The way people perceive disk speed (how long you have to wait for an operation to complete) is the
inverse of MB/s. So the bigger number in MB/s (the sequential speeds) ends up mattering the
least. The sequential speeds pretty much only matter for specialized tasks like real-time video editing and copying large files (movies, databases) from one SSD to another. Once the sequential speeds hit about 500 MB/s you can pretty much ignore them, because beyond that speed every time you double it only gets you a few milliseconds in time savings. If you need to read 100 MB of sequential data, going from 500 MB/s to 1000 MB/s only saves you 0.1 seconds (from 0.2 sec to 0.1 sec) - shorter than the blink of an eye. Going from 1000 MB/s to 2000 MB/s only saves you an extra 0.05 seconds. And going from 2000 MB/s to 4000 MB/s with RAID 0 only saves you an extra 0.025 seconds.
For the vast majority of real-world tasks, if you want faster storage, you need to get devices with faster 4k speeds. If you need to read 100 MB of 4k data, a 60 MB/s drive will save you 1.67 seconds over a 30 MB/s drive. *That* is a noticeable difference in speed. Not the 0.1 or 0.025 seconds you save by aiming for the fastest sequential speeds. (Also note that RAID 0 can
decrease 4k speeds due to RAID overhead.)
Edit: It should also be mentioned that
real hardware RAID is a card that costs a few hundred dollars (and you'll need at least two so you can recovery your data if the first one ever fails). The RAID built into motherboards is not hardware RAID, it's software RAID aka fakeRAID. It's just a bootstrap in the BIOS which ties in with software RAID drivers installed on your OS. Unless you're doing something that does very intensive sequential read/writes, RAID 0 is a lot of cost or trouble for very little benefit.