Much like writing code, it's a good practice to keep flow short and simple.
Think of a flow as a function. let the flow have 1 purpose only.
If you need a flow for multiple things, think about creating multiple flow, and a new flow that calls the multiple flows.
See the Flow call page for more information