We added ContainerFactoryPluginBase in #1863816: Allow plugins to have services injected, but in a follow-up added ContainerFactoryPluginInterface as well.
Because the static create() method cannot be referenced by parent::, it is either ignored or overridden, always.
It's completely useless, and just pollutes the hierarchy of a plugin.