Imagine a moving 3D force-based graph with colliding edges. How easy it is to write a specific physics engine for calculating edge (strings, ropes) collision so that every object would behave like in a real world? Strings should bend, nodes should repulse each other, etc. Accuracy beyond visual recognition as "looks real" doesn't matter, it's a game.
Edit: Maybe I forgot to mention, that approximating edges as multi-segmented strings is the only option I can think of.
And yes, would it be possible to scale such physics to hundreds or thousands of edges?