Flow algorithms are used in real systems: network routing, airline scheduling, image segmentation, and resource allocation. The same ideas power Google's network infrastructure and improve supply chains. Flow is not a theoretical concept.
Practice on CSES and Codeforces. Once you understand flow, many problems become direct modeling exercises. The algorithm is the same, only the graph construction changes.