Found something kinda odd or interesting: with the 10.0.1 update comes a little app called DisplayAlert (apparently just says you need 300M for the update). The interesting part is when you do a file on the actual binary,
% cd /Library/Receipts/10.0.1Update.pkg/Contents/Resources/DisplayAlert.app/Contents/MacOS
% file DisplayAlert
DisplayAlert: Mach-O fat file with 2 architectures
DisplayAlert (for architecture ppc): Mach-O executable ppc
DisplayAlert (for architecture i486): Mach-O executable i386
Looks like x86 binaries are showing up in updates...
% cd /Library/Receipts/10.0.1Update.pkg/Contents/Resources/DisplayAlert.app/Contents/MacOS
% file DisplayAlert
DisplayAlert: Mach-O fat file with 2 architectures
DisplayAlert (for architecture ppc): Mach-O executable ppc
DisplayAlert (for architecture i486): Mach-O executable i386
Looks like x86 binaries are showing up in updates...