There is apparently no advantage other than getting rid of stuff you do not use.
Windows PowerShell
Copyright (C) 2015 Microsoft Corporation. All rights reserved.
PS C:\Users\SalFe> Get-AppxPackage *3dbuilder* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *zunemusic* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *windowsmaps* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *zunevideo* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *solitairecollection* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *onenote* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *windowsphone* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *bingsports* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *bingweather* | Remove-AppxPackage
PS C:\Users\SalFe> Get-AppxPackage *xboxapp* | Remove-AppxPackage
PS C:\Users\SalFe>
Nothing fancy, just a personal log with a built in search function so I can recall what is easily forgotten.