The use case is when you use <Autocomplete> to allow a user to ignore all the suggestions but still proceed merrily. For example, for site-search. The input widget can suggest possible search term completions that match what's been input so far, but the user types beyond any of the suggestions and submits the form to make a full site-search.
If you set <Autocomplete.Menu emptyStateText={false} .../> (or null or undefined), this happens:

Earlier in the typing, when suggestions could be presented, it looked like this:

But, case in point, if the user ignores the fact that there exists no good autocomplete suggestion, completing the input does yield plenty of good site-search results:
