Lazy Loading & Code Splitting

What is the purpose of using preload hints with lazy loading?
<link rel="preload" as="script" href="/js/feature.chunk.js">
Next Question (10/20)