#501428: Date and time field type in core added datetime as a hard dependency of node.module to improve the "Authored on" field.
In addition to being unnecessarily tight coupling, since the testing profile always enabled node.module, datetime is added to every test run.
Many modules might want to improve the node form, datetime can serve as an example of how to do that.