Motivation: Windows 10 update March 22, 2018—KB4088891 (OS Build 15063.994) states:
“Important When installing both the SSU (KB4088825) and the LCU updates from the Microsoft Update Catalog, install the SSU before installing the LCU.”
SSU=Servicing Stack Update. LCU=Latest Cumulative Update.
The reason that SSU update KB4088825 should be installed first perhaps is because it fixes a severe issue with older SSUs.
Why isn’t this an issue if you install KB4088891 via Windows Update? I believe the answer is because KB4088891 perhaps bundles update KB4088825. Even if that’s not the case, abbodi86 stated that for Windows 10 v1709, SSUs are bundled with CUs.
So what exactly is a bundled update? BundledUpdates is one of the data items asssociated with a given Windows Update. From Relationships Among Updates: “Bundle – A container for updates. Updates that declare a bundle relationship cannot have applicability rules or payloads. If update A bundles updates B and C, then installing A will install B and C if both are applicable on the client machine. In general, a bundle is offered for installation if the client detects at least one bundled child as Needed. During installation, all applicable child updates are installed in the order specified by the bundle. If an installation failure occurs for any of the children, the install of the bundle stops at that point (with no roll-back).”
Per WSUS : Bundle update hierarchy in IUpdate, one of the uses of update bundles is to ensure that a given update is installed before another given update. Windows Update perhaps solves the update order issue in the motivating example by using a bundled update. However, the Catalog downloads for KB4088891 don’t even list the (perhaps) bundled update KB4088825.
Conclusion: Regarding bundled updates, it’s better to install a given update via Windows Update than from the Catalog.