Why do we have to fetch all courses in a Studio course outline page?

While inspecting network tab of a course outline (Studio) I noticed that there was a request /api/contentstore/v1/home/courses which fetch all courses in my instance.
I think the request was triggered by this code

  useEffect(() => {
    dispatch(fetchStudioHomeData());
  }, []);

Does anyone know the reason of it?

I can replicate that. Probably worth filing an issue in that repo – I don’t see an existing one.

I don’t know if the code was intended or not, still I opened an issue in the repo.