Configuration entities define dependencies when they are exported. The dependency definitions ensure that the configuration entity's schema and other module functionalities are available.
When you review the configuration export for field.storage.node.body.yml, it defines node and text as dependencies:
dependencies:
module:
- node
- text
If the node or text module is not enabled, the import will fail and throw an error.