I believe the OP is about "the library" as something giving some functionality that you add to your project in whatever way it can be added, not as something you must dynamically link.
I also agree that there are use cases where static linking solves some problems.
Most prominently Plan9 and friends are opposed to dynamically linked libraries.