it would make things like parallaxers & scroll position based triggers so much smoother (like at least 2x instantly), since we wouldn't be causing thrashing when we attempt to re-measure these values every 16ms (or sooner)
JS hi-freq property registration seems useful to me.
bypassing JS entirely, and offloading all the math to the browser's rendering engine via CSS might make the most sense.
What do you think?