There are two main reasons for qualified imports in general:
To avoid collisions between functions with the same name.
Readability: It makes it a lot easier to see where a function was imported from without having to rely on editor tooling or guessing which can be helpful in particular for readers that are not that familiar with a library. This is obviously highly subjective as most readability questions
I don’t know where you got your example from but having two functions called date seems fairly unlikely so it’s probably because of 2.