Real-world directed graphs often have a "bow-tie" structure with three parts:
"In" component: Nodes that can reach the core but cannot be reached from it.
Strongly connected core: One large SCC where every node reaches every other node.
"Out" component: Nodes that can be reached from the core but cannot reach it.
Examples: Web graph (pages with mutual links), citation networks (papers citing each other), social networks (mutual followers). The core is usually the largest SCC.