In Windows 10, especially its later versions, 1709 and 1803, some new cmdlets for the Delivery Optimization feature have been implemented. Delivery Optimization is a new form of download and sharing technology in comparison to BITS. It has some additional capabilities and can share store and OS updates in the intranet and internet. You definitely need to investigate how to configure the settings for your environment.
You can find the graphical settings in Settings | Windows Update | Advanced Options | Delivery Optimization:
The cmdlets are very straightforward, and you can retrieve the logs and statistics through PowerShell as follows:
#Commands WUDO
Get-Command *deliveryopt*
#Status
Get-DeliveryOptimizationStatus
#Performance Snap
Get-DeliveryOptimizationPerfSnap
#Performance Snap for current month
Get-DeliveryOptimizationPerfSnapThisMonth
#Get WUDO...