docker docs:
bridge
: The default network driver. If you don’t specify a driver, this is the type of network you are creating.
Networking overview | Docker Docs
As the comment says it is the default one and there is no need to specify this. It is effectively the same as not specifying it. It is just a relic from using host mode for some tests.