The article discusses the lack of built-in graph support in mainstream programming languages, despite graphs being a fundamental data structure in software engineering. The author attributes this to the numerous design choices and tradeoffs involved in implementing graphs, including the type of graph, representation, and algorithms. The article also highlights the importance of performance considerations in graph algorithms. As a result, graph support is often left to third-party libraries, which can be limited or slow.