I can imagine client-side routing, sane data management, and intelligent code base organization all without mutating the data of your state.
Granted, JS won't move to immutable data structures, but React encourages you to treat your states as immutable, which leads to lots of benefits.