Quic = TCP inside UDP and its great for e.g. streaming, instead of sending a bunch of Acks all the time it tells the other side which packet to resend in case of loss. Great for a buffered Video stream.
Streaming is pretty much, by definition, not latency sensitive. Getting a video stream to display in a browser or on a TV requires transferring a lot more data than saving 1 or 2 round trips can achieve.
Personally, the bigger impact on user experience is all tha Javascript crap. My banking website changed to an infinite scrolling page for transactions and the user experience was ruined as a result. Static content scrolls way faster.