Earlier quoted context omitted.
You'll eventually need data in the global state in anything but a toy app.
Putting everything in global state gets really hard to maintain above a medium-sized app.
Also the shape of your global state plays a big role in its maintainability and redux provides good tools and documentation to achieve that.